*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Feb 2007 23:45:31 +0000 (23:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Feb 2007 23:45:31 +0000 (23:45 +0000)
lisp/ChangeLog

index a1adfdf142614ac1fbae21c45e5d26a8cee60fa3..8d1ece68f1b86e9605887976f26d9def862b1ed3 100644 (file)
@@ -1,3 +1,9 @@
+2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * loadhist.el (unload-feature): Silently ignore `load-history' entries
+       of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
+       entries like `defun'.  Return nil.
+
 2007-02-05  Kim F. Storm  <storm@cua.dk>
 
        * ido.el: Doc fixes.
@@ -24,8 +30,8 @@
        and insert the image directly.
        (newsticker--buffer-redraw): Update docstring.
 
-       * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
-       from define-global-minor-mode.
+       * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
+       Rename from define-global-minor-mode.
 
        * progmodes/cwarn.el (global-cwarn-mode):
        * emacs-lisp/autoload.el (make-autoload):